home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e193 / 0150ter2._xe / DOCS.EXE / TERMINAT.INS < prev    next >
Text File  |  1994-08-17  |  2KB  |  63 lines

  1. %
  2. %     T E R M I N A T E    D E F I N A B L E    I N S T A L L A T I O N
  3. %     ─────────────────────────────────────────────────────────────────
  4. %
  5. % Extra installation script for INSTALL.EXE
  6. % Must be called TERMINAT.INS and placed on the LAST disk or in the same
  7. % path as the installation files.
  8. %
  9. % After INSTALL.EXE has called UNPACK.EXE and unpacked all the files this
  10. % script could be started if you need special files inserted in your
  11. % configuration.
  12. %
  13. % Installation with default values in TERMINAT.CFG:
  14. %
  15. % Install the T-IMPORT.CFG, look in example file DOCS\T-IMPORT.CFG for info.
  16. %
  17. % Installation of local language files:
  18. %
  19. % If you have the online manuals in your local language. Create a
  20. % selfextracting archive called T-LOCAL.EXE and place on installation
  21. % disk 1. Then these files will be unpacked to LANGUAGE\ and Terminate
  22. % will detect and ask the user if he/she wants to use those files
  23. % instead of english.
  24. %
  25. % Auto-installation of keyfile:
  26. %
  27. % Rename the keyfile to TER-KEY.EXE and place it on disk 1, then the
  28. % keyfile will be unpacked in the same directory as TERMINAT.EXE.
  29. %
  30. %
  31. % Available command:
  32. %
  33. %   $INS will be replaced with the install path (ei: A:\ or C:\TEMP )
  34. %   $TER will be replaced with the Terminate path (ei: C:\TERMINAT )
  35. %   Both keywords will not append a backslash
  36. %
  37. %   MakeDir path
  38. %     Create a directory or a directory tree
  39. %
  40. %   ChDir path
  41. %     Change to directory or another drive
  42. %
  43. %   Install source-filename dest-filename
  44. %     Like copy source-filename this occurs in the same directory as where
  45. %     the installation files are located. If no path is defined then the
  46. %     file will be placed in the same directory as TERMINAT.EXE. Remember
  47. %     that the current directory is at this time the same directory as
  48. %     TERMINAT.EXE.
  49. %
  50. %   Run path+filename.ext parameters
  51. %     Run any program, remember to give the path and the extension.
  52. %
  53.  
  54. Makedir extra
  55. Install readme.1st extra\readme.now
  56. Run utils\sho.com extra\readme.now
  57. ChDir docs
  58. Install t-import.cfg t-import.cfg
  59. Install tmail.cfg tmail\tmail.cfg
  60. Install terminat.fon phone\terminat.fon
  61. Install avatar.kbd phone\avatar.kbd
  62.  
  63.